New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zenloopgmbh/eslint-config-base

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenloopgmbh/eslint-config-base

Recommended config for eslint

  • 2.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-58.82%
Maintainers
2
Weekly downloads
 
Created
Source

@zenloopgmbh/eslint-config-base

This config configures all recommended Eslint rules by Zenloop.

Installation

npm i -D @zenloopgmbh/eslint-config-base

Usage

In eslintrc.js file add:

{
  "extends": [
    "@zenloopgmbh/base"
  ]
}

Development

To update Eslint and the rules:

  1. Update eslint package to the latest (peerDependency and devDependency)

  2. Run npm test inside of the package directory.

  3. Apply missing rules and remove deprecated ones.

  4. Go to https://eslint.org/docs/rules/ and verify that each category has it's own file in /lib directory.

  5. In case of the category is missing a file, first add a new test and then create a file with new rules.

FAQs

Package last updated on 19 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc